home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 1.iso / pc / mmenu.dir / Internal_30.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  252 b   |  13 lines

  1. on exitFrame
  2.   if rollOver(8) then
  3.     set the visible of sprite 8 to 1
  4.     set the visible of sprite 9 to 1
  5.     updateStage()
  6.   else
  7.     set the visible of sprite 8 to 0
  8.     set the visible of sprite 9 to 0
  9.     updateStage()
  10.   end if
  11.   stayhere()
  12. end
  13.